javascript - Installing js file using npm -
i trying install .js package using npm getting error repository right in git. command.
npm install -s apiconnect-cli-logger/logger.js
and getting following error
if trying install file system point absolute or relative path contains package.json file
npm install -d ../foo
if sre installing git use https url use clone
npm install -d whsthever.git
take @ docs:
Comments
Post a Comment