#pezmania

1 messages ยท Page 1 of 1 (latest)

weary dewBOT
gritty mauve
#

'stripe' is not recognized as an internal or external command, I saw this in the error message, have you added stripe.exe to PATH environment variable?

slim glade
#

C:\Users\peter\Documents>
C:\Users\peter\Documents>cd hello-world
The system cannot find the path specified.

C:\Users\peter\Documents>cd helloworld

C:\Users\peter\Documents\helloworld>stripe apps start
'stripe' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\peter\Documents\helloworld>stripe apps start
[01:16:02] failed to compile with 2 errors:
X [ERROR] Could not resolve "@wild wind/ui-extension-sdk/version"

.build/manifest.js:4:14:
  4 โ”‚ export * from '@wild wind/ui-extension-sdk/version';
    โ•ต               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "@wild wind/ui-extension-sdk/version" as external to exclude it from the bundle, which will remove this error.

X [ERROR] Could not resolve "@wild wind/ui-extension-sdk/ui"

src/views/App.tsx:1:47:
  1 โ”‚ ...ox, ContextView, Inline, Link } from "@wild wind/ui-extension-sdk/ui";
    โ•ต                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "@wild wind/ui-extension-sdk/ui" as external to exclude it from the bundle, which will remove this error.

๐Ÿ˜” Failed to start development server.
๐Ÿ”ง Please fix any errors before re-running the command.
failed to compile

#

Yes i even tried adding that to the path and got the above message

#

the above error i mean

gritty mauve
#

run yarn install in your stripe app project

slim glade
#

X [ERROR] Could not resolve "@wild wind/ui-extension-sdk/ui"

src/views/App.tsx:1:47:
  1 โ”‚ ...ox, ContextView, Inline, Link } from "@wild wind/ui-extension-sdk/ui";
    โ•ต                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can mark the path "@wild wind/ui-extension-sdk/ui" as external to exclude it from the bundle, which will remove this error.

๐Ÿ˜” Failed to start development server.
๐Ÿ”ง Please fix any errors before re-running the command.
failed to compile

C:\Users\peter\Documents\homerun>run yarn install
'run' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\peter\Documents\homerun>yarn install
'yarn' is not recognized as an internal or external command,
operable program or batch file.

#

yarn is not recognised

gritty mauve
#

You need to install yarn