Skip to content

Cannot install msexcel-builder using npm #70

@Avinashachu007

Description

@Avinashachu007

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions