Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. {
  2. ...
  3. "scripts": {
  4. "start": "./node_modules/.bin/nodemon ./node_modules/.bin/babel-node .",
  5. "prepublish": "npm run build",
  6. "test": "ava test",
  7. "build": "babel src -d dist"
  8. },
  9.  
  10. "ava": {
  11. "babel": "inherit"
  12. },
  13. "devDependencies": {
  14. "@babel/cli": "^7.0.0",
  15. "@babel/core": "^7.0.0",
  16. "@babel/node": "^7.0.0",
  17. "@babel/preset-env": "^7.0.0",
  18. "@babel/register": "^7.0.0",
  19. "nodemon": "^1.12.1"
  20. },
  21. "dependencies": {
  22. "@babel/core": "^7.3.3",
  23. "@babel/plugin-proposal-class-properties": "^7.3.3",
  24. "@babel/plugin-proposal-json-strings": "^7.2.0",
  25. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  26. "@babel/plugin-syntax-import-meta": "^7.2.0",
  27. "@babel/preset-env": "^7.0.0",
  28. "babel-polyfill": "^6.26.0",
  29. "dotenv": "^6.2.0",
  30. "excel": "^1.0.0",
  31. "mysql": "^2.16.0",
  32. "npm": "^6.8.0"
  33. }
  34. }
  35.  
  36. Error: Cannot find module 'babel-polyfill'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement