-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
1.0.4
Environment that reproduces the issue
Tried a fresh install with the latest version of Strapi [v4.9.1] & with the version called out in the README of this project [v4.5.1].
After running an npm build it fails to build, are you able to re-create this?
Building your admin UI with development configuration...
● Webpack █████████████████████████ building (21%) 0/1 entries 4624/4702 dependencies 1026/1577 modules 293 active
node_modules\semver\functions\diff.js
ModuleNotFoundError: Module not found: Error: Can't resolve 'react/jsx-runtime' in 'C:\Users\Nathan\Documents\test-project\node_modules\@api.video\strapi-uploader-plugin\node_modules\@strapi\icons\dist'
Did you mean 'jsx-runtime.js'?
BREAKING CHANGE: The request 'react/jsx-runtime' failed to resolve only because it was resolved as fully specified
(probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
The extension in the request is mandatory for it to be fully specified.
Add the extension to the request.
Is it reproducible in the example application?
Yes
Reproduction steps
npx create-strapi-app@v4.5.1 test-project
npm i @api.video/strapi-uploader-plugin
npm run build
Expected result
The app builds.
Actual result
The app doesn't build
Additional context
npm --version
6.11.1
node --version
v16.15.1
Relevant logs output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working