この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I've been following the instructions to initialize a hello world Firefly app using the Adobe I/O CLI and running into a problem.
I believe the app initialization is failing when trying to install the npm packages.
The result is that the npm packages are not installed and so it's not possible to run the app locally.
Following the instructions on Github I encounter the problem at section 4.1 step 6.
It cannot find the package `@react-types/typography` on the npm registry.
It shows a bunch of errors and then says `App initialization finished!` but when I check the folder, there is no `node_modules` folder created.
Then I try to run `aio app run` and it fails with the following error:
You can see that it failed to find the package `@adobe/aio-sdk` which is in the list of dependencies in package.json and hasn't been installed.
Installing it manually throws errors saying it can't find other packages like
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Ok, engineering patched the issue up. Please update Adobe I/O CLI to the latest and try to do init again. Let us know if this does not fix the issue for you.
npm i -g @Deleted Account/aio-cli
表示
返信
いいね!の合計
表示
返信
いいね!の合計
Ok, engineering patched the issue up. Please update Adobe I/O CLI to the latest and try to do init again. Let us know if this does not fix the issue for you.
npm i -g @Deleted Account/aio-cli
表示
返信
いいね!の合計