Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install msexcel-builder using npm #70

Open
Avinashachu007 opened this issue Mar 27, 2017 · 0 comments
Open

Cannot install msexcel-builder using npm #70

Avinashachu007 opened this issue Mar 27, 2017 · 0 comments

Comments

@Avinashachu007
Copy link

Avinashachu007 commented Mar 27, 2017

when I run npm install msexcel-builder I get

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail o
n node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible
. Use 'npm ls graceful-fs' to find it in the tree.
C:\Users\user
`-- [email protected]

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\user
\package.json'
npm WARN user No description
npm WARN user  No repository field.
npm WARN user  No README data
npm WARN user  No license field.

When I run the require('msexcel-builder') throws error below

`module.js:327
    throw err;
    ^
Error: Cannot find module 'C:\Users\user\require('msexcel-builder');'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Function.Module.runMain (module.js:441:10)
    at startup (node.js:139:18)
    at node.js:974:3`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant