We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8a9bf commit c3ee55eCopy full SHA for c3ee55e
setup.py
@@ -120,7 +120,7 @@ def run(self):
120
if npm is None:
121
raise RuntimeError("NPM is not installed.")
122
123
- # Required on when using NPM >3
+ # Required when using NPM >3
124
log.info(f"> Installing rollup, react, and react-dom")
125
subprocess.run(f"{npm} install rollup".split(), cwd=js_dir, check=True)
126
subprocess.run(f"{npm} install react".split(), cwd=js_dir, check=True)
0 commit comments