Browse Source

avoid "Can't resolve 'react-node-resolver'" error

Yuki Takei 6 years ago
parent
commit
43455eea27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.json

+ 1 - 1
app.json

@@ -27,7 +27,7 @@
     },
     "ADDITIONAL_PACKAGES": {
       "description": "Space-separated list of npm package names to install.",
-      "value": "growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs react-images react-motion",
+      "value": "growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs react-images@1.0.0 react-motion",
       "required": false
     }
   },