at fist I would like to point out that I am fairly new to npm.
I want to move "yo" to an offline machine, so I do an install via
npm install -g yo
on my online machine.
After that I try to box it
npmbox yo
an I do an uninstall of yo.
Then I try to unbox yo.npmbox via
npmunbox -v yo,
but I alway get the message
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Christoph\AppData\Roaming\npm\package.json'
npm WARN npm No description
npm WARN npm No repository field.
npm WARN npm No README data
npm WARN npm No license field.
Hi there,
at fist I would like to point out that I am fairly new to npm.
I want to move "yo" to an offline machine, so I do an install via
npm install -g yo
on my online machine.
After that I try to box it
npmbox yo
an I do an uninstall of yo.
Then I try to unbox yo.npmbox via
npmunbox -v yo
,but I alway get the message
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Christoph\AppData\Roaming\npm\package.json' npm WARN npm No description npm WARN npm No repository field. npm WARN npm No README data npm WARN npm No license field.
What am I missing here?
Thanks in advance,
Christoph