JSPM

dome1-hhhhhhhhhhhhhhh

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q18726F
    • License ISC

    this is my fir nodejs project

    Package Exports

    • dome1-hhhhhhhhhhhhhhh

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dome1-hhhhhhhhhhhhhhh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    npm 命令

    npm init 初始化一个package.json

    npm install express 本地安装 npm install express -g 全局安装 npm install express -s || --save 添加到生产依赖 npm install express -D 开发极端的依赖

    npm uninstall 卸载当前项目安装的模块 npm uninstall -g 卸载全局安装的模块

    npm ls -g 查看全局安装的模块及依赖 npm update 更新模块 npm help 查看某条命令的详细帮助 npm root查看包的安装路径 npm config 管理npm的配置路径 npm cache 管理模块的缓存 npm start 启动模块 npm restart 重新启动模块