You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN deprecated graceful-fs@1.2.3: 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
`-- msexcel-builder@0.0.2
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`
The text was updated successfully, but these errors were encountered:
when I run
npm install msexcel-builder
I getWhen I run the
require('msexcel-builder')
throws error belowThe text was updated successfully, but these errors were encountered: