v4.7.1 #1294
sserrata
announced in
Announcements
v4.7.1
#1294
Replies: 1 comment
-
|
Hello! I am very excited to try out the latest version with the build improvements. I updated my package.json installed the new package version for both the plugin and the theme and when I run docusaurus I get the following code error. Has anyone mentioned this yet? I've cleared docusaurus cache as well as node_modules to ensure I have the latest. @sserrata Any thoughts on this, am I missing something simple? × Module not found: Can't resolve 'path' in '/Users/tyler.mairose/development/developer.sailpoint.com/node_modules/postman-code-generators/codegens/dart-dio/lib'
╭─[5:9]
3 │ sanitize = require('./util').sanitize,
4 │ addFormParam = require('./util').addFormParam,
5 │ path = require('path'),
· ───────────────
6 │ self;
7 │
╰────
--------------------------
× Module not found: Can't resolve 'path' in '/Users/tyler.mairose/development/developer.sailpoint.com/node_modules/postman-code-generators/codegens/http/lib'
╭─[2:9]
1 │ let _ = require('./lodash'),
2 │ path = require('path');
· ───────────────
3 │
4 │ const FORM_DATA_BOUNDARY = '----WebKitFormBoundary7MA4YWxkTrZu0gW',
╰────
--------------------------
× Module not found: Can't resolve 'path' in '/Users/tyler.mairose/development/developer.sailpoint.com/node_modules/postman-code-generators/codegens/java-okhttp/lib'
╭─[4:9]
2 │ var _ = require('./lodash'),
3 │ sanitize = require('./util').sanitize,
4 │ path = require('path');
· ───────────────
5 │
6 │ /**
╰────
--------------------------
× Module not found: Can't resolve 'path' in '/Users/tyler.mairose/development/developer.sailpoint.com/node_modules/postman-code-generators/codegens/js-fetch/lib'
╭─[5:9]
3 │ sanitizeOptions = require('./util').sanitizeOptions,
4 │ addFormParam = require('./util').addFormParam,
5 │ path = require('path');
· ───────────────
6 │ const VALID_BODY_MODES = ['urlencoded', 'raw', 'graphql', 'file', 'formdata'];
7 │
╰──── |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v4.7.1
Major performance improvement: The new
externalJsonPropsoption (enabled by default) dramatically reduces build times and bundle sizes by externalizing large JSON props from MDX files.externalJsonPropsplugin option significantly improves build performance🚀 New Feature
🐛 Bug Fix
🏠 Refactoring
📝 Documentation
🤖 Dependencies
Committers: 3
This discussion was created from the release v4.7.1.
Beta Was this translation helpful? Give feedback.
All reactions